-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modern theme #861
Modern theme #861
Conversation
@@ -119,26 +119,26 @@ | |||
--link-color: #c5eff7; | |||
--search-background: #020202; | |||
--nav-category: rgb(207, 211, 215); | |||
--code-strings-color: #5adfec; | |||
--code-strings-color: #86b4b9; | |||
--code-printf-color: #6B2FBA; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--code-printf-color: #6B2FBA; | |
--code-printf-color: #e786f4; |
--code-activepattern-color: #4ec9b0; | ||
--code-unioncase-color: #4ec9b0; | ||
--code-enumeration-color: #8C6C41; | ||
--code-keywords-color: #a7c2f8; | ||
--code-comment-color: #dcd8d8; | ||
--code-comment-color: #84d16e; | ||
--code-operators-color: #b4c6ee; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--code-operators-color: #b4c6ee; | |
--code-operators-color: #00d8ff; |
--code-activepattern-color: #4ec9b0; | ||
--code-unioncase-color: #4ec9b0; | ||
--code-enumeration-color: #8C6C41; | ||
--code-keywords-color: #a7c2f8; | ||
--code-comment-color: #dcd8d8; | ||
--code-comment-color: #84d16e; | ||
--code-operators-color: #b4c6ee; | ||
--code-numbers-color: #009999; | ||
--code-linenumbers-color: #80b0b0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--code-mutable-color: ffb000;
Hi @kMutagene and @nhirschey, It might be more convenient if we merge this into the main branch.
as part of v20, as they are great additions. I would keep everything in alpha still, so we can revisit anything we want. |
Alright, I'm calling it a day. |
Update the default theme to use more modern web standards.
This cannot be merged until it is completed.
Alpha previews will be released from this branch.
This PR serves as a more convenient way to track the changes.